Black Duck
An advisor that retrieves vulnerability information from a Black Duck instance.
Configuration
Example
Use the following syntax to configure this plugin globally as part of config.yml
:
ort:
advisor:
advisors:
BlackDuck:
options:
serverUrl: <OPTIONAL_STRING>
secrets:
apiToken: <OPTIONAL_SECRET>
Options
serverUrl
The base URL of the BlackDuck REST API.
apiToken
The API token to use for authentication.